ARM Holdings is a semiconductor and software design company whose development tools enable engineers to build, profile and optimize applications for Arm-based devices ranging from smartphones and embedded sensors to cloud servers and laptops. The publisher’s catalog focuses on low-level system software: the Arm GNU Toolchain and GNU Arm Embedded Toolchain supply open-source GCC cross-compilers, C libraries, linkers and debuggers that translate C/C++ code into efficient machine instructions for Cortex-M microcontrollers and Cortex-A application processors alike; Arm Performance Libraries accelerate compute-intensive routines such as BLAS, LAPACK and FFT by exploiting NEON and SVE vector extensions, giving numerical applications in scientific computing, machine-learning inference and signal processing a measurable speed-up on 64-bit Arm silicon; and WindowsPerf brings Linux-style statistical profiling to Windows on Arm, letting developers sample CPU cycles, cache misses and branch mispredictions to locate bottlenecks in drivers, services or desktop programs. Together these packages support typical workflows that begin with bare-metal or RTOS firmware development, continue through optimization of middleware and math kernels, and end with fine-grained performance tuning on production hardware. All four titles are available free of charge on get.nero.com, where they are delivered through trusted Windows package managers such as winget, always install the latest upstream builds, and can be pulled in a single batch command alongside other development utilities.
Arm GNU Toolchain is a community supported pre-built GNU compiler toolchain for Arm based CPUs.
DetailsArm Performance Libraries provides optimized standard core math libraries
DetailsThe GNU Arm Embedded toolchain contains integrated and validated packages featuring the GCC compiler, libraries and other tools necessary for bare-metal software development on devices based on 32-bit Arm Cortex-A, Cortex-R and Cortex-M processors.
DetailsWindowsPerf is (Linux perf inspired) Windows on Arm performance profiling tool
Details